home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 1
/
LSD Compendium Deluxe 1.iso
/
a
/
programming
/
assembly
/
intro.lha
/
macros.s
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-11-27
|
174 b
|
19 lines
macros set 1
extern macro
xref \1
endm
xlvo macro
xref _LVO\1
endm
entry macro
xdef \1
endm
sys macro
jsr \1(a6)
endm
xcall macro
xlvo _LVO\1
jsr _LVO\1(a6)
endm